Fix introspection annotation syntax
authorMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jan 2011 12:44:19 +0000 (07:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 6 Jan 2011 12:44:19 +0000 (07:44 -0500)
gtk/gtkcelllayout.c

index 7c589f2108a04cb876742b3e4ffc1c659e4f1d65..49b2ec4d4675282d8e7b02f5dd529663c1e8e9cf 100644 (file)
@@ -322,7 +322,7 @@ gtk_cell_layout_add_attribute (GtkCellLayout   *cell_layout,
  * gtk_cell_layout_set_cell_data_func:
  * @cell_layout: a #GtkCellLayout
  * @cell: a #GtkCellRenderer
- * @func (allow-none: the #GtkCellLayoutDataFunc to use, or %NULL
+ * @func: (allow-none): the #GtkCellLayoutDataFunc to use, or %NULL
  * @func_data: user data for @func
  * @destroy: destroy notify for @func_data
  *